home *** CD-ROM | disk | FTP | other *** search
- #
- # Sample configuration file for cern_httpd for running it
- # as a proxy server WITHOUT caching.
- #
- # See:
- # <http://info.cern.ch/hypertext/WWW/Daemon/User/Config/Overview.html>
- #
- # for more information.
- #
- # Written by:
- # Ari Luotonen April 1994 <luotonen@dxcern.cern.ch>
- #
-
- #
- # Set this to point to the directory where you unpacked this
- # distribution, or wherever you want httpd to have its "home"
- #
- ServerRoot /where/ever/server_root
-
- #
- # Set the port for proxy to listen to
- #
- Port 8080
-
- #
- # General setup; on some systems, like HP, nobody is defined so
- # that setuid() fails; in those cases use a different user id.
- #
- UserId nobody
- GroupId nogroup
-
- #
- # Logging; if you want logging uncomment these lines and specify
- # locations for your access and error logs
- #
- # AccessLog /where/ever/proxy-log
- # ErrorLog /where/ever/proxy-errors
- LogFormat Common
- LogTime LocalTime
-
- #
- # Proxy protections; if you want only certain domains to use
- # your proxy, uncomment these lines and specify the Mask
- # with hostname templates or IP number templates:
- #
- # Protection PROXY-PROT {
- # ServerId YourProxyName
- # Mask @(*.cern.ch, 128.141.*.*, *.ncsa.uiuc.edu)
- # }
- # Protect * PROXY-PROT
-
- #
- # Pass the URLs that this proxy is willing to forward.
- #
- Pass http:*
- Pass ftp:*
- Pass gopher:*
- Pass wais:*
-
-